home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 103 / XENIATGM103.iso / Shareware / GoLive 5.0 / MM9.Cab / F1487_friends.asp.9B3B646D_CB56_4EAE_BAB7_3E7E8E41A649 < prev    next >
Text File  |  2000-08-17  |  2KB  |  47 lines

  1. <% Response.Status = "403 Forbidden" %>
  2. <h3>friends.asp</h3>
  3. <p>Access to this file via HTTP is forbidden. 
  4. <% Response.End %>
  5. </p>
  6. <pre>;
  7. ;
  8. ; *****************************************************************************
  9. ;
  10. ; include/friends.asp
  11. ;
  12. ; Dynamic Link
  13. ;
  14. ; COPYRIGHT (c) 1999-2000 Adobe Systems Incorporated. All rights reserved.
  15. ; -----------------------------------------------------------------------------
  16. ;
  17. ; Dynamic Link uses IP based security to protect access to the databases
  18. ; in a site.  All the files in the info/ and actions/ado/ folders return a
  19. ; 403 Forbidden error unless a user's IP address matches one of the
  20. ; entries in this file.
  21. ;
  22. ; Entries are one per line, and consist of either a single machine IP address,
  23. ; or a network address followed by a netmask.  Examples:
  24. ;
  25. ;     127.0.0.1                       grant access to the local machine
  26. ;     151.32.156.78                   grant access to machine 151.32.156.78
  27. ;     151.32.156.0  255.255.255.0   grant access to machines on net 151.32.156.0
  28. ;     10.0.0.0    255.0.0.0           grant access to machines on net 10.0.0.0
  29. ;     0.0.0.0   0.0.0.0               disable all security
  30. ;
  31. ; To determine a machine's IP or network address, run winipcfg on
  32. ; Windows '98, ipconfig on Windows NT, or look in the TCP/IP control
  33. ; panel on a Macintosh.     If you need to grant access to a machine that has
  34. ; a dynamically allocated IP address, change the friends.asp file and upload it
  35. ; every time you receive a new address.     Alternatively, you can use a
  36. ; network address and netmask that covers the entire block of possible
  37. ; dynamic addresses, but be aware that this will grant access to everyone else
  38. ; within that block.
  39. ;
  40. ; This file will not work correctly with Macintosh line breaks.     If you
  41. ; edit it in GoLive, be sure to set the Web Database line break character
  42. ; to Windows (CR/LF).
  43.  
  44. 127.0.0.1
  45.  
  46. ;</pre>
  47.